Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
xml-sitemap-feed
/
inc
/
compat
/
/home/ariannadhf/www/wp-content/plugins/xml-sitemap-feed/inc/compat/class-bbpress.php
<?php /** * BBPress compatibility * * @package XML Sitemap & Google News */ namespace XMLSF\Compat; /** * BBPress compatibility class */ class BBPress { /** * BBPress compatibility hooked into xml request filter * * @param array $request The request. * * @return array */ public static function filter_request( $request ) { \remove_filter( 'bbp_request', 'bbp_request_feed_trap' ); return $request; } }